home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Aztec C 5.0a disk 1.adf / include / workbench / icon.h next >
C/C++ Source or Header  |  1988-11-20  |  361b  |  13 lines

  1. #ifndef    WORKBENCH_ICON_H
  2. #define    WORKBENCH_ICON_H
  3. #ifndef EXEC_TYPES_H
  4. #include "exec/types.h"
  5. #endif
  6. #define    ICONNAME    "icon.library"
  7. struct    WBObject    *GetWBObject(),    *AllocWBObject();
  8. struct    DiskObject    *GetDiskObject();
  9. LONG    PutWBObject(),    PutIcon(),    GetIcon(),    MatchToolValue();
  10. VOID    FreeFreeList(),    FreeWBObject(),    AddFreeList();
  11. char    *FindToolType();
  12. #endif
  13.